home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1995 #3 & #4
/
Amiga Plus CD - 1995 - No. 3 and 4.iso
/
pd
/
sound
/
cybersound
/
14bit.driver
/
source
/
driver.fd
< prev
next >
Wrap
Text File
|
1995-07-20
|
781b
|
21 lines
##base _DriverBase
##bias 30
##public
*----- Initialize/Change buffer sizes --------------------------------
SetBuffers(audiosize,queuesize)(d0,d1)
*----- Stream format selection ---------------------------------------
StreamFormat(format)(d0)
*------ Frequency Negotiation ----------------------------------------
AskFrequency(frequency)(d0)
*------ Stream Provider ----------------------------------------------
ProvideStream(left,right,samples,interleave,frequency,callback)(a0,a1,d0,d1,d2,a2)
*----- Flush the Stream ----------------------------------------------
FlushStream()
*----- Play/Pause control --------------------------------------------
PauseStream()
ResumeStream()
*----- Interrupt locking/unlocking -----------------------------------
SD_Lock()
SD_Unlock()
##end